home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / git-4.3 / git-4 / git-4.3.11 / config.h.in < prev    next >
Encoding:
Text File  |  1996-04-14  |  5.1 KB  |  206 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2. #include <version.h>
  3.  
  4. /* Define if on AIX 3.
  5.    System headers sometimes define this.
  6.    We just want to avoid a redefinition error message.  */
  7. #ifndef _ALL_SOURCE
  8. #undef _ALL_SOURCE
  9. #endif
  10.  
  11. /* Define to empty if the keyword does not work.  */
  12. #undef const
  13.  
  14. /* Define to `int' if <sys/types.h> doesn't define.  */
  15. #undef gid_t
  16.  
  17. /* Define if you support file names longer than 14 characters.  */
  18. #undef HAVE_LONG_FILE_NAMES
  19.  
  20. /* Define if on MINIX.  */
  21. #undef _MINIX
  22.  
  23. /* Define to `int' if <sys/types.h> doesn't define.  */
  24. #undef mode_t
  25.  
  26. /* Define to `int' if <sys/types.h> doesn't define.  */
  27. #undef pid_t
  28.  
  29. /* Define if the system does not provide POSIX.1 features except
  30.    with this defined.  */
  31. #undef _POSIX_1_SOURCE
  32.  
  33. /* Define if you need to in order for stat and other things to work.  */
  34. #undef _POSIX_SOURCE
  35.  
  36. /* Define as the return type of signal handlers (int or void).  */
  37. #undef RETSIGTYPE
  38.  
  39. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  40. #undef size_t
  41.  
  42. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  43. #undef STAT_MACROS_BROKEN
  44.  
  45. /* Define if you have the ANSI C header files.  */
  46. #undef STDC_HEADERS
  47.  
  48. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  49. #undef TIME_WITH_SYS_TIME
  50.  
  51. /* Define to `int' if <sys/types.h> doesn't define.  */
  52. #undef uid_t
  53.  
  54. /* Define if you have GCC.  */
  55. #undef HAVE_GCC
  56.  
  57. /* Define if your system is HP-UX.  */
  58. #undef HAVE_HPUX
  59.  
  60. /* Define if you have a termcap library.  */
  61. #undef HAVE_LIBTERMCAP
  62.  
  63. /* Define if you have a terminfo library.  */
  64. #undef HAVE_LIBTERMINFO
  65.  
  66. /* Define if your system is Linux.  */
  67. #undef HAVE_LINUX
  68.  
  69. /* Define if you have a dumb C compiler, like the one running on B.O.S.  */
  70. #undef HAVE_DUMB_CC
  71.  
  72. /* Define if you have POSIX compatible terminal interface.  */
  73. #undef HAVE_POSIX_TTY
  74.  
  75. /* Define if you have System V compatible terminal interface.  */
  76. #undef HAVE_SYSTEMV_TTY
  77.  
  78. /* Define if you have BSD compatible terminal interface.  */
  79. #undef HAVE_BSD_TTY
  80.  
  81. /* Define if you have the utsname system call.  */
  82. #undef HAVE_UTSNAME
  83.  
  84. /* Define if you have the TIOCGWINSZ ioctl system call.  */
  85. #undef HAVE_WINSZ
  86.  
  87. /* Define if you have two-argument statfs with statfs.bsize member
  88.    (AIX, 4.3BSD).  */
  89. #undef STAT_STATFS2_BSIZE
  90.  
  91. /* Define if you have two-argument statfs with statfs.fsize member
  92.    (4.4BSD and NetBSD).  */
  93. #undef STAT_STATFS2_FSIZE
  94.  
  95. /* Define if you have two-argument statfs with struct fs_data (Ultrix).  */
  96. #undef STAT_STATFS2_FS_DATA
  97.  
  98. /* Define if you have 3-argument statfs function (DEC OSF/1).  */
  99. #undef STAT_STATFS3_OSF1
  100.  
  101. /* Define if you have four-argument statfs (AIX-3.2.5, SVR3).  */
  102. #undef STAT_STATFS4
  103.  
  104. /* Define if you have the statvfs system call.  */
  105. #undef STAT_STATVFS
  106.  
  107. /* Define if you have the getcwd function.  */
  108. #undef HAVE_GETCWD
  109.  
  110. /* Define if you have the lstat function.  */
  111. #undef HAVE_LSTAT
  112.  
  113. /* Define if you have the memmove function.  */
  114. #undef HAVE_MEMMOVE
  115.  
  116. /* Define if you have the putenv function.  */
  117. #undef HAVE_PUTENV
  118.  
  119. /* Define if you have the setenv function.  */
  120. #undef HAVE_SETENV
  121.  
  122. /* Define if you have the statvfs function.  */
  123. #undef HAVE_STATVFS
  124.  
  125. /* Define if you have the strcasecmp function.  */
  126. #undef HAVE_STRCASECMP
  127.  
  128. /* Define if you have the strerror function.  */
  129. #undef HAVE_STRERROR
  130.  
  131. /* Define if you have the strncasecmp function.  */
  132. #undef HAVE_STRNCASECMP
  133.  
  134. /* Define if you have the strstr function.  */
  135. #undef HAVE_STRSTR
  136.  
  137. /* Define if you have the <dirent.h> header file.  */
  138. #undef HAVE_DIRENT_H
  139.  
  140. /* Define if you have the <fcntl.h> header file.  */
  141. #undef HAVE_FCNTL_H
  142.  
  143. /* Define if you have the <memory.h> header file.  */
  144. #undef HAVE_MEMORY_H
  145.  
  146. /* Define if you have the <ndir.h> header file.  */
  147. #undef HAVE_NDIR_H
  148.  
  149. /* Define if you have the <stdlib.h> header file.  */
  150. #undef HAVE_STDLIB_H
  151.  
  152. /* Define if you have the <string.h> header file.  */
  153. #undef HAVE_STRING_H
  154.  
  155. /* Define if you have the <sys/dir.h> header file.  */
  156. #undef HAVE_SYS_DIR_H
  157.  
  158. /* Define if you have the <sys/dustat.h> header file.  */
  159. #undef HAVE_SYS_DUSTAT_H
  160.  
  161. /* Define if you have the <sys/filsys.h> header file.  */
  162. #undef HAVE_SYS_FILSYS_H
  163.  
  164. /* Define if you have the <sys/mount.h> header file.  */
  165. #undef HAVE_SYS_MOUNT_H
  166.  
  167. /* Define if you have the <sys/ndir.h> header file.  */
  168. #undef HAVE_SYS_NDIR_H
  169.  
  170. /* Define if you have the <sys/param.h> header file.  */
  171. #undef HAVE_SYS_PARAM_H
  172.  
  173. /* Define if you have the <sys/statfs.h> header file.  */
  174. #undef HAVE_SYS_STATFS_H
  175.  
  176. /* Define if you have the <sys/statvfs.h> header file.  */
  177. #undef HAVE_SYS_STATVFS_H
  178.  
  179. /* Define if you have the <sys/time.h> header file.  */
  180. #undef HAVE_SYS_TIME_H
  181.  
  182. /* Define if you have the <sys/vfs.h> header file.  */
  183. #undef HAVE_SYS_VFS_H
  184.  
  185. /* Define if you have the <unistd.h> header file.  */
  186. #undef HAVE_UNISTD_H
  187.  
  188. /* Define if you have the <values.h> header file.  */
  189. #undef HAVE_VALUES_H
  190.  
  191. /* Define if you have the readline library (-lreadline).  */
  192. #undef HAVE_LIBREADLINE
  193.  
  194. /* Define if you have the sun library (-lsun).  */
  195. #undef HAVE_LIBSUN
  196.  
  197. /* Define if you have the ucb library (-lucb).  */
  198. #undef HAVE_LIBUCB
  199.  
  200. /* See the file PROBLEMS for details on this.  */
  201. #ifdef HAVE_LINUX
  202. #undef HAVE_LSTAT
  203. #define HAVE_LSTAT 1
  204. #endif
  205.  
  206.